home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / CD-ROM Tools / StusCDXLGUI / StusCDXLGUI.dosbit < prev    next >
AmigaDOS Script File  |  1996-09-26  |  2KB  |  44 lines

  1. .key type,path,total,var,x,y,cc,speed,lace,res,box,stretch,tv,pointer,enddelay,loop,abort
  2. .bra {
  3. .ket }
  4.  
  5. ; Part of Stus CDXL GUI. Not to be distributed seperatly. ;)
  6. ; Copyright Stuart Tomlinson
  7. ; stuart@tomonet.demon.co.uk
  8. ;   http://metro.turnpike.net/~Stu/
  9.  
  10.  
  11. if {type} eq file
  12.  echo "FTOTAL = {total}" >>s:StusCDXLGUI.catalogue
  13.  echo "F{total} = '{path}'" >>s:StusCDXLGUI.catalogue
  14.  echo "S{total} = '{var}'" >>s:StusCDXLGUI.catalogue
  15. endif
  16.  
  17. if {type} eq back
  18.  echo "BTOTAL = {total}" >>s:StusCDXLGUI.catalogue
  19.  echo "B{total} = '{path}'" >>s:StusCDXLGUI.catalogue
  20.  echo "BOX{total} = '{var}'" >>s:StusCDXLGUI.catalogue
  21.  echo "X{total} = '{x}'" >>s:StusCDXLGUI.catalogue
  22.  echo "Y{total} = '{y}'" >>s:StusCDXLGUI.catalogue
  23. endif
  24.  
  25. if {type} eq config
  26.  echo "FILENAME = '{path}'" >s:StusCDXLGUI.config
  27.  echo "BACKDROP = '{total}'" >>s:StusCDXLGUI.config
  28.  echo "CDROM = '{var}'" >>s:StusCDXLGUI.config
  29.  echo "X = '{x}'" >>s:StusCDXLGUI.config
  30.  echo "Y = '{y}'" >>s:StusCDXLGUI.config
  31.  echo "CC = '{cc}'" >>s:StusCDXLGUI.config
  32.  echo "SPEED = '{speed}'" >>s:StusCDXLGUI.config
  33.  echo "LACE = '{lace}'" >>s:StusCDXLGUI.config
  34.  echo "RES = '{res}'" >>s:StusCDXLGUI.config
  35.  echo "BOX = '{box}'" >>s:StusCDXLGUI.config
  36.  echo "STRETCH = '{stretch}'" >>s:StusCDXLGUI.config
  37.  echo "TV = '{tv}'" >>s:StusCDXLGUI.config
  38.  echo "POINTER = '{pointer}'" >>s:StusCDXLGUI.config
  39.  echo "ENDDELAY = '{enddelay}'" >>s:StusCDXLGUI.config
  40.  echo "LOOP = '{loop}'" >>s:StusCDXLGUI.config
  41.  echo "ABORT = '{ABORT}'" >>s:StusCDXLGUI.config
  42.  echo "call START" >>s:StusCDXLGUI.config
  43. endif
  44.